home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Misc / a2 / Source / hgrtable.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-10  |  295 b   |  13 lines

  1. /*
  2.  *     hgrtable.h
  3.  */
  4.  
  5. extern const unsigned char addr_to_row[];
  6. extern const unsigned int row_to_addr[];
  7. #if !USE_COLOR
  8. extern const unsigned long one_to_two_bpp[];
  9. #else
  10. extern const unsigned short color_one_to_two_bpp_even[];
  11. extern const unsigned short color_one_to_two_bpp_odd[];
  12. #endif
  13.